home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / CW GUSI 1.6.4 / Examples / GUSITest.r < prev    next >
Text File  |  1995-04-23  |  818b  |  37 lines

  1. /*********************************************************************
  2. Project    :    GUSI                -    Grand Unified Socket Interface
  3. File        :    GUSITest            -    Testing gear
  4. Author    :    Matthias Neeracher <neeri@iis.ethz.ch>
  5. Language    :    MPW C
  6.  
  7. $Log: GUSITest.r,v $
  8. Revision 1.2  1994/12/31  01:16:51  neeri
  9. Add GU∑I resource.
  10.  
  11. Revision 1.1  1994/02/25  02:48:17  neeri
  12. Initial revision
  13.  
  14. Revision 0.2  1993/03/03  00:00:00  neeri
  15. define GUSI_PREF_VERSION
  16.  
  17. Revision 0.1  1992/07/13  00:00:00  neeri
  18. Include GUSI.r
  19.  
  20. *********************************************************************/
  21.  
  22. #define __kPrefSize    512
  23. #define __kMinSize    512
  24.  
  25. #define GUSI_PREF_VERSION '0150'
  26.  
  27. #include "::GUSI.r"
  28.  
  29. include "GUSITest.rsrc";
  30.  
  31. resource 'GU∑I' (GUSIRsrcID) {
  32.     text, mpw, noAutoSpin, useChdir, approxStat, 
  33.     noTCPDaemon, noUDPDaemon, 
  34.     noConsole,
  35.     {};
  36. };
  37.